home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMLVCOLOUREDITOR / TMLVCOLOUREDITOR.txt
Text File  |  2004-10-12  |  3KB  |  143 lines

  1. object MLVColourEditor: TMLVColourEditor
  2.   Left = 192
  3.   Top = 204
  4.   HelpContext = 14059
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Message List View Colours'
  8.   ClientHeight = 246
  9.   ClientWidth = 382
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lList: TListBox
  25.     Left = 8
  26.     Top = 32
  27.     Width = 249
  28.     Height = 169
  29.     Style = lbOwnerDrawFixed
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Reference Sans Serif'
  34.     Font.Style = []
  35.     ItemHeight = 16
  36.     ParentFont = False
  37.     TabOrder = 0
  38.     OnClick = lListClick
  39.     OnDblClick = bEditClick
  40.     OnDrawItem = lListDrawItem
  41.   end
  42.   object hList: THeaderControl
  43.     Left = 8
  44.     Top = 16
  45.     Width = 249
  46.     Height = 17
  47.     Align = alNone
  48.     Sections = <
  49.       item
  50.         AllowClick = False
  51.         ImageIndex = -1
  52.         MaxWidth = 150
  53.         MinWidth = 150
  54.         Text = 'Name'
  55.         Width = 150
  56.       end
  57.       item
  58.         AllowClick = False
  59.         ImageIndex = -1
  60.         MaxWidth = 130
  61.         MinWidth = 100
  62.         Text = 'Handle'
  63.         Width = 100
  64.       end>
  65.   end
  66.   object bNew: TButton
  67.     Left = 272
  68.     Top = 16
  69.     Width = 105
  70.     Height = 25
  71.     Caption = '&New...'
  72.     TabOrder = 2
  73.     OnClick = bNewClick
  74.   end
  75.   object bEdit: TButton
  76.     Left = 272
  77.     Top = 48
  78.     Width = 105
  79.     Height = 25
  80.     Caption = '&Edit'
  81.     TabOrder = 3
  82.     OnClick = bEditClick
  83.   end
  84.   object bDelete: TButton
  85.     Left = 272
  86.     Top = 80
  87.     Width = 105
  88.     Height = 25
  89.     Caption = '&Delete'
  90.     TabOrder = 4
  91.     OnClick = bDeleteClick
  92.   end
  93.   object bFont: TButton
  94.     Left = 272
  95.     Top = 116
  96.     Width = 105
  97.     Height = 25
  98.     Caption = '&Font...'
  99.     TabOrder = 5
  100.     OnClick = bFontClick
  101.   end
  102.   object bOK: TButton
  103.     Left = 168
  104.     Top = 216
  105.     Width = 91
  106.     Height = 25
  107.     Caption = '&OK'
  108.     Default = True
  109.     ModalResult = 1
  110.     TabOrder = 6
  111.     OnClick = bOKClick
  112.   end
  113.   object bCancel: TButton
  114.     Left = 272
  115.     Top = 216
  116.     Width = 105
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = 'Cancel'
  120.     ModalResult = 2
  121.     TabOrder = 7
  122.   end
  123.   object bHelp: TButton
  124.     Left = 272
  125.     Top = 176
  126.     Width = 105
  127.     Height = 25
  128.     Caption = 'Help'
  129.     TabOrder = 8
  130.     OnClick = bHelpClick
  131.   end
  132.   object dFont: TFontDialog
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clWindowText
  135.     Font.Height = -11
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     Options = []
  139.     Left = 40
  140.     Top = 216
  141.   end
  142. end
  143.